docs: Fix link to the interactive debugging section
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 3 Jun 2021 08:31:13 +0000 (09:31 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 3 Jun 2021 08:31:13 +0000 (09:31 +0100)
It's in the "running" document.

gtk/gtkwindow.c

index 501341bd221c9e8425e7e9e4abb523c41b1cee37..9a7d089eee7719bbbcfaf9a8a3554234eeb87a49 100644 (file)
@@ -6150,7 +6150,7 @@ gtk_window_set_debugging (GdkDisplay *display,
  * gtk_window_set_interactive_debugging:
  * @enable: %TRUE to enable interactive debugging
  *
- * Opens or closes the [interactive debugger](#interactive-debugging).
+ * Opens or closes the [interactive debugger](running.html#interactive-debugging).
  *
  * The debugger offers access to the widget hierarchy of the application
  * and to useful debugging tools.